home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / mus / edit / AlgoRhythms.lha / AlgoRhythms / Source / pitchnames.h < prev    next >
C/C++ Source or Header  |  1993-10-25  |  175b  |  7 lines

  1. #ifndef PITCHNAMES_LOADED
  2. #define PITCHNAMES_LOADED
  3.  
  4. extern int pitch_to_midi(const char *pitch_name);
  5. extern void midi_to_pitch(const int note_num, char *pitch_name);
  6.  
  7. #endif